home *** CD-ROM | disk | FTP | other *** search
/ ADA Programming Guide / ADA Programming Guide.iso / ada_gwu / procp.h < prev    next >
Text File  |  1996-01-30  |  482b  |  18 lines

  1. /*
  2.  * Copyright (C) 1985-1992  New York University
  3.  * 
  4.  * This file is part of the Ada/Ed-C system.  See the Ada/Ed README file for
  5.  * warranty (none) and distribution info and also the GNU General Public
  6.  * License for more details.
  7.  
  8.  */
  9.  
  10. void gen_subprogram_spec(Node);
  11. void gen_subprogram(Node);
  12. void unit_subprog_spec(Node);
  13. void unit_subprog(Node);
  14. void gen_prelude(Symbol, Node);
  15. void gen_postlude(Symbol, Node);
  16. void gen_accept(Symbol, Node, Node);
  17. int offset_max(int, int);
  18.